sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core
/
androidx.core.util
/
[main]LogWriter
Log
Writer
@
RestrictTo
(
value
=
LIBRARY_GROUP_PREFIX
)
open
class
LogWriter
:
Writer
(
source
)
Deprecated
Copied to use sites. Do not use.
Members
Constructors
Log
Writer
Link copied to clipboard
constructor
(
tag
:
String
)
Create a new Writer that sends to the log with the given priority and tag.
Functions
close
Link copied to clipboard
open
fun
close
(
)
flush
Link copied to clipboard
open
fun
flush
(
)
write
Link copied to clipboard
open
fun
write
(
buf
:
Array
<
Char
>
,
offset
:
Int
,
count
:
Int
)